home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 February / PCWorld_2006-02_cd.bin / software / topware / pspad / pspad450inst_cz.exe / {app} / Convert / ROT47.ini < prev    next >
INI File  |  2004-06-22  |  1KB  |  113 lines

  1. ; Author Stefan
  2. [Description]
  3. , save as     ROT47.ini     in your PSPad\Convert      folder
  4. ;
  5. ; convert text with ROT47 algorythm and vice versa
  6. ; for furter info see e.g. http://encyclopedia.thefreedictionary.com/Rot47
  7. ;name for Left to Right conversion
  8. ForwardName=Text to ROT47
  9. ;name for Right to Left conversion
  10. BackwardName=ROT47 to Text
  11. ;ignore char case
  12. ForwardIgnoreCase=0
  13. BackWardIgnoreCase=0
  14. ;CharTab=0 - convertor will use string replacement from [Conversion]
  15. section
  16. ;CharTab=1 - convertor will use conversion table from [Table] section
  17. CharTab=1
  18. ;expression from=expression to
  19. [Table]
  20. 33=80
  21. 34=81
  22. 35=82
  23. 36=83
  24. 37=84
  25. 38=85
  26. 39=86
  27. 40=87
  28. 41=88
  29. 42=89
  30. 43=90
  31. 44=91
  32. 45=92
  33. 46=93
  34. 47=94
  35. 48=95
  36. 49=96
  37. 50=97
  38. 51=98
  39. 52=99
  40. 53=100
  41. 54=101
  42. 55=102
  43. 56=103
  44. 57=104
  45. 58=105
  46. 59=106
  47. 60=107
  48. 61=108
  49. 62=109
  50. 63=110
  51. 64=111
  52. 65=112
  53. 66=113
  54. 67=114
  55. 68=115
  56. 69=116
  57. 70=117
  58. 71=118
  59. 72=119
  60. 73=120
  61. 74=121
  62. 75=122
  63. 76=123
  64. 77=124
  65. 78=125
  66. 79=126
  67. 80=33
  68. 81=34
  69. 82=35
  70. 83=36
  71. 84=37
  72. 85=38
  73. 86=39
  74. 87=40
  75. 88=41
  76. 89=42
  77. 90=43
  78. 91=44
  79. 92=45
  80. 93=46
  81. 94=47
  82. 95=48
  83. 96=49
  84. 97=50
  85. 98=51
  86. 99=52
  87. 100=53
  88. 101=54
  89. 102=55
  90. 103=56
  91. 104=57
  92. 105=58
  93. 106=59
  94. 107=60
  95. 108=61
  96. 109=62
  97. 110=63
  98. 111=64
  99. 112=65
  100. 113=66
  101. 114=67
  102. 115=68
  103. 116=69
  104. 117=70
  105. 118=71
  106. 119=72
  107. 120=73
  108. 121=74
  109. 122=75
  110. 123=76
  111. 124=77
  112. 125=78
  113. 126=79